home *** CD-ROM | disk | FTP | other *** search
- ; Author: Win95 Shell team
-
- [version]
- signature="$CHICAGO$"
- SetupClass=BASE
-
- [DefaultInstall]
- CopyFiles=Content.copy.sys
- AddReg=ShellExt.Add.Reg,Content.Add.Reg,Content.Rename.Reg
-
- [ShellExt.Add.Reg]
- HKCR,.ShellExt,,,"ShellExt"
- HKCR,ShellExt,,,"%Shell_Ext%"
- HKCR,ShellExt,NeverShowExt
- HKCR,ShellExt\DefaultIcon,,,%%1
-
- [Content.Rename.Reg]
- HKLM,%KEY_RENAME%\Sys,,,%11%
- HKLM,%KEY_RENAME%\Sys,%SHORTNAME%,,"%Long_Name%,2"
-
- [Content.Add.Reg]
- HKCR,CLSID\{57D5ECC0-A23F-11CE-AE65-08002B2E1262},,,"%ContentDESC%"
-
- HKCR,CLSID\{57D5ECC0-A23F-11CE-AE65-08002B2E1262}\InProcServer32,,,"%11%\%Long_Name%"
- HKCR,CLSID\{57D5ECC0-A23F-11CE-AE65-08002B2E1262}\InProcServer32,ThreadingModel,,"Apartment"
-
- HKCR,folder\ShellEx\ContextMenuHandlers\FolderContents,,,"{57D5ECC0-A23F-11CE-AE65-08002B2E1262}"
-
- [Content.copy.sys]
- Content.dll
-
- [DestinationDirs]
- Content.copy.sys=11 ; to your system folder
-
- [SourceDisksNames]
- 55="Content 1.0.","",1
-
- [SourceDisksFiles]
- %SHORTNAME%=55
-
- [Strings]
- Shell_Ext = "Shell Extension"
-
- SHORTNAME = "Content.dll"
- Long_Name = "Folder Contents Submenu.ShellExt"
-
- KEY_RENAME = "Software\Microsoft\Windows\CurrentVersion\RenameFiles"
-
- Content_DESC = "Folder Contents Menu"
-